home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / SimpleTableView-1 / EditFormatter.h < prev    next >
Text File  |  1995-06-12  |  564b  |  18 lines

  1. // -------------------------------------------------------------------------------------
  2. //    EditableFormatter.h
  3. //  This software is without warranty of any kind.  Use at your own risk.
  4. // -------------------------------------------------------------------------------------
  5.  
  6. #import <appkit/appkit.h>
  7. #import <dbkit/dbkit.h>
  8.  
  9.  
  10. // -------------------------------------------------------------------------------------
  11. @interface EditFormatter : DBEditableFormatter
  12. {
  13. }
  14.  
  15. // -------------------------------------------------------------------------------------
  16.  
  17. @end
  18.